1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmHosteler
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHosteler))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.groupBox1 = New System.Windows.Forms.GroupBox()
28         Me.cmbStatus = New System.Windows.Forms.ComboBox()
29         Me.Label19 = New System.Windows.Forms.Label()
30         Me.Button2 = New System.Windows.Forms.Button()
31         Me.txtSchoolName = New System.Windows.Forms.TextBox()
32         Me.Label8 = New System.Windows.Forms.Label()
33         Me.dtpJoiningDate = New System.Windows.Forms.DateTimePicker()
34         Me.Label5 = New System.Windows.Forms.Label()
35         Me.cmbHostelName = New System.Windows.Forms.ComboBox()
36         Me.Label7 = New System.Windows.Forms.Label()
37         Me.txtClass = New System.Windows.Forms.TextBox()
38         Me.Label4 = New System.Windows.Forms.Label()
39         Me.txtAdmissionNo = New System.Windows.Forms.TextBox()
40         Me.txtStudentName = New System.Windows.Forms.TextBox()
41         Me.Label3 = New System.Windows.Forms.Label()
42         Me.txtSection = New System.Windows.Forms.TextBox()
43         Me.Label2 = New System.Windows.Forms.Label()
44         Me.Label6 = New System.Windows.Forms.Label()
45         Me.Panel3 = New System.Windows.Forms.Panel()
46         Me.btnGetData = New System.Windows.Forms.Button()
47         Me.btnDelete = New System.Windows.Forms.Button()
48         Me.btnClose = New System.Windows.Forms.Button()
49         Me.btnUpdate = New System.Windows.Forms.Button()
50         Me.btnSave = New System.Windows.Forms.Button()
51         Me.btnNew = New System.Windows.Forms.Button()
52         Me.Panel2 = New System.Windows.Forms.Panel()
53         Me.txtHostelID = New System.Windows.Forms.TextBox()
54         Me.lblUser = New System.Windows.Forms.Label()
55         Me.txtID = New System.Windows.Forms.TextBox()
56         Me.Label1 = New System.Windows.Forms.Label()
57         Me.Panel1.SuspendLayout()
58         Me.groupBox1.SuspendLayout()
59         Me.Panel3.SuspendLayout()
60         Me.Panel2.SuspendLayout()
61         Me.SuspendLayout()
62         
'
63         
'Panel1
64         
'
65         Me.Panel1.BackColor = System.Drawing.Color.White
66         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
67         Me.Panel1.Controls.Add(Me.groupBox1)
68         Me.Panel1.Controls.Add(Me.Panel3)
69         Me.Panel1.Controls.Add(Me.Panel2)
70         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
71         Me.Panel1.Name =
"Panel1"
72         Me.Panel1.Size = New System.Drawing.Size(
547, 355)
73         Me.Panel1.TabIndex =
2
74         
'
75         
'groupBox1
76         
'
77         Me.groupBox1.BackColor = System.Drawing.Color.Transparent
78         Me.groupBox1.Controls.Add(Me.cmbStatus)
79         Me.groupBox1.Controls.Add(Me.Label19)
80         Me.groupBox1.Controls.Add(Me.Button2)
81         Me.groupBox1.Controls.Add(Me.txtSchoolName)
82         Me.groupBox1.Controls.Add(Me.Label8)
83         Me.groupBox1.Controls.Add(Me.dtpJoiningDate)
84         Me.groupBox1.Controls.Add(Me.Label5)
85         Me.groupBox1.Controls.Add(Me.cmbHostelName)
86         Me.groupBox1.Controls.Add(Me.Label7)
87         Me.groupBox1.Controls.Add(Me.txtClass)
88         Me.groupBox1.Controls.Add(Me.Label4)
89         Me.groupBox1.Controls.Add(Me.txtAdmissionNo)
90         Me.groupBox1.Controls.Add(Me.txtStudentName)
91         Me.groupBox1.Controls.Add(Me.Label3)
92         Me.groupBox1.Controls.Add(Me.txtSection)
93         Me.groupBox1.Controls.Add(Me.Label2)
94         Me.groupBox1.Controls.Add(Me.Label6)
95         Me.groupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
96         Me.groupBox1.ForeColor = System.Drawing.Color.Black
97         Me.groupBox1.Location = New System.Drawing.Point(
9, 77)
98         Me.groupBox1.Name =
"groupBox1"
99         Me.groupBox1.Size = New System.Drawing.Size(
409, 266)
100         Me.groupBox1.TabIndex =
0
101         Me.groupBox1.TabStop = False
102         Me.groupBox1.Text =
"Hosteler Info"
103         
'
104         
'cmbStatus
105         
'
106         Me.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
107         Me.cmbStatus.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
108         Me.cmbStatus.FormattingEnabled = True
109         Me.cmbStatus.Items.AddRange(New Object() {
"Active", "Inactive"})
110         Me.cmbStatus.Location = New System.Drawing.Point(
140, 227)
111         Me.cmbStatus.Name =
"cmbStatus"
112         Me.cmbStatus.Size = New System.Drawing.Size(
127, 23)
113         Me.cmbStatus.TabIndex =
7
114         
'
115         
'Label19
116         
'
117         Me.Label19.AutoSize = True
118         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
119         Me.Label19.ForeColor = System.Drawing.Color.Black
120         Me.Label19.Location = New System.Drawing.Point(
19, 227)
121         Me.Label19.Name =
"Label19"
122         Me.Label19.Size = New System.Drawing.Size(
47, 15)
123         Me.Label19.TabIndex =
110
124         Me.Label19.Text =
"Status :"
125         
'
126         
'Button2
127         
'
128         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
129         Me.Button2.ForeColor = System.Drawing.Color.Black
130         Me.Button2.Location = New System.Drawing.Point(
289, 35)
131         Me.Button2.Name =
"Button2"
132         Me.Button2.Size = New System.Drawing.Size(
35, 23)
133         Me.Button2.TabIndex =
8
134         Me.Button2.Text =
"..."
135         Me.Button2.UseVisualStyleBackColor = True
136         
'
137         
'txtSchoolName
138         
'
139         Me.txtSchoolName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
140         Me.txtSchoolName.Location = New System.Drawing.Point(
141, 146)
141         Me.txtSchoolName.Name =
"txtSchoolName"
142         Me.txtSchoolName.ReadOnly = True
143         Me.txtSchoolName.Size = New System.Drawing.Size(
248, 21)
144         Me.txtSchoolName.TabIndex =
4
145         
'
146         
'Label8
147         
'
148         Me.Label8.AutoSize = True
149         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
150         Me.Label8.ForeColor = System.Drawing.Color.Black
151         Me.Label8.Location = New System.Drawing.Point(
20, 146)
152         Me.Label8.Name =
"Label8"
153         Me.Label8.Size = New System.Drawing.Size(
88, 15)
154         Me.Label8.TabIndex =
17
155         Me.Label8.Text =
"School Name :"
156         
'
157         
'dtpJoiningDate
158         
'
159         Me.dtpJoiningDate.CustomFormat =
"dd/MMM/yyyy"
160         Me.dtpJoiningDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.dtpJoiningDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
162         Me.dtpJoiningDate.Location = New System.Drawing.Point(
141, 200)
163         Me.dtpJoiningDate.Name =
"dtpJoiningDate"
164         Me.dtpJoiningDate.Size = New System.Drawing.Size(
126, 21)
165         Me.dtpJoiningDate.TabIndex =
6
166         
'
167         
'Label5
168         
'
169         Me.Label5.AutoSize = True
170         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
171         Me.Label5.ForeColor = System.Drawing.Color.Black
172         Me.Label5.Location = New System.Drawing.Point(
19, 200)
173         Me.Label5.Name =
"Label5"
174         Me.Label5.Size = New System.Drawing.Size(
82, 15)
175         Me.Label5.TabIndex =
15
176         Me.Label5.Text =
"Joining Date :"
177         
'
178         
'cmbHostelName
179         
'
180         Me.cmbHostelName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
181         Me.cmbHostelName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.cmbHostelName.FormattingEnabled = True
183         Me.cmbHostelName.Location = New System.Drawing.Point(
142, 172)
184         Me.cmbHostelName.Name =
"cmbHostelName"
185         Me.cmbHostelName.Size = New System.Drawing.Size(
247, 23)
186         Me.cmbHostelName.TabIndex =
5
187         
'
188         
'Label7
189         
'
190         Me.Label7.AutoSize = True
191         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
192         Me.Label7.ForeColor = System.Drawing.Color.Black
193         Me.Label7.Location = New System.Drawing.Point(
20, 172)
194         Me.Label7.Name =
"Label7"
195         Me.Label7.Size = New System.Drawing.Size(
85, 15)
196         Me.Label7.TabIndex =
13
197         Me.Label7.Text =
"Hostel Name :"
198         
'
199         
'txtClass
200         
'
201         Me.txtClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.txtClass.Location = New System.Drawing.Point(
142, 92)
203         Me.txtClass.Name =
"txtClass"
204         Me.txtClass.ReadOnly = True
205         Me.txtClass.Size = New System.Drawing.Size(
85, 21)
206         Me.txtClass.TabIndex =
2
207         
'
208         
'Label4
209         
'
210         Me.Label4.AutoSize = True
211         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         Me.Label4.ForeColor = System.Drawing.Color.Black
213         Me.Label4.Location = New System.Drawing.Point(
20, 92)
214         Me.Label4.Name =
"Label4"
215         Me.Label4.Size = New System.Drawing.Size(
43, 15)
216         Me.Label4.TabIndex =
12
217         Me.Label4.Text =
"Class :"
218         
'
219         
'txtAdmissionNo
220         
'
221         Me.txtAdmissionNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
222         Me.txtAdmissionNo.Location = New System.Drawing.Point(
142, 36)
223         Me.txtAdmissionNo.Name =
"txtAdmissionNo"
224         Me.txtAdmissionNo.ReadOnly = True
225         Me.txtAdmissionNo.Size = New System.Drawing.Size(
142, 21)
226         Me.txtAdmissionNo.TabIndex =
0
227         
'
228         
'txtStudentName
229         
'
230         Me.txtStudentName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
231         Me.txtStudentName.Location = New System.Drawing.Point(
142, 62)
232         Me.txtStudentName.Multiline = True
233         Me.txtStudentName.Name =
"txtStudentName"
234         Me.txtStudentName.ReadOnly = True
235         Me.txtStudentName.Size = New System.Drawing.Size(
247, 24)
236         Me.txtStudentName.TabIndex =
1
237         
'
238         
'Label3
239         
'
240         Me.Label3.AutoSize = True
241         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
242         Me.Label3.ForeColor = System.Drawing.Color.Black
243         Me.Label3.Location = New System.Drawing.Point(
19, 36)
244         Me.Label3.Name =
"Label3"
245         Me.Label3.Size = New System.Drawing.Size(
92, 15)
246         Me.Label3.TabIndex =
6
247         Me.Label3.Text =
"Admission No. :"
248         
'
249         
'txtSection
250         
'
251         Me.txtSection.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
252         Me.txtSection.Location = New System.Drawing.Point(
142, 119)
253         Me.txtSection.Name =
"txtSection"
254         Me.txtSection.ReadOnly = True
255         Me.txtSection.Size = New System.Drawing.Size(
85, 21)
256         Me.txtSection.TabIndex =
3
257         
'
258         
'Label2
259         
'
260         Me.Label2.AutoSize = True
261         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
262         Me.Label2.ForeColor = System.Drawing.Color.Black
263         Me.Label2.Location = New System.Drawing.Point(
20, 119)
264         Me.Label2.Name =
"Label2"
265         Me.Label2.Size = New System.Drawing.Size(
54, 15)
266         Me.Label2.TabIndex =
4
267         Me.Label2.Text =
"Section :"
268         
'
269         
'Label6
270         
'
271         Me.Label6.AutoSize = True
272         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
273         Me.Label6.ForeColor = System.Drawing.Color.Black
274         Me.Label6.Location = New System.Drawing.Point(
20, 62)
275         Me.Label6.Name =
"Label6"
276         Me.Label6.Size = New System.Drawing.Size(
92, 15)
277         Me.Label6.TabIndex =
1
278         Me.Label6.Text =
"Student Name :"
279         
'
280         
'Panel3
281         
'
282         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
283         Me.Panel3.Controls.Add(Me.btnGetData)
284         Me.Panel3.Controls.Add(Me.btnDelete)
285         Me.Panel3.Controls.Add(Me.btnClose)
286         Me.Panel3.Controls.Add(Me.btnUpdate)
287         Me.Panel3.Controls.Add(Me.btnSave)
288         Me.Panel3.Controls.Add(Me.btnNew)
289         Me.Panel3.Location = New System.Drawing.Point(
426, 83)
290         Me.Panel3.Name =
"Panel3"
291         Me.Panel3.Size = New System.Drawing.Size(
111, 209)
292         Me.Panel3.TabIndex =
41
293         
'
294         
'btnGetData
295         
'
296         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
297         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
298         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
299         Me.btnGetData.Location = New System.Drawing.Point(
13, 134)
300         Me.btnGetData.Name =
"btnGetData"
301         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
302         Me.btnGetData.TabIndex =
5
303         Me.btnGetData.Text =
"Get Data"
304         Me.btnGetData.UseVisualStyleBackColor = True
305         
'
306         
'btnDelete
307         
'
308         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
309         Me.btnDelete.Enabled = False
310         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
311         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
312         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
313         Me.btnDelete.Name =
"btnDelete"
314         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
315         Me.btnDelete.TabIndex =
3
316         Me.btnDelete.Text =
"Delete"
317         Me.btnDelete.UseVisualStyleBackColor = True
318         
'
319         
'btnClose
320         
'
321         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
322         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
323         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
324         Me.btnClose.Location = New System.Drawing.Point(
13, 165)
325         Me.btnClose.Name =
"btnClose"
326         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
327         Me.btnClose.TabIndex =
4
328         Me.btnClose.Text =
"Close"
329         Me.btnClose.UseVisualStyleBackColor = True
330         
'
331         
'btnUpdate
332         
'
333         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
334         Me.btnUpdate.Enabled = False
335         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
336         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
337         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
338         Me.btnUpdate.Name =
"btnUpdate"
339         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
340         Me.btnUpdate.TabIndex =
2
341         Me.btnUpdate.Text =
"Update"
342         Me.btnUpdate.UseVisualStyleBackColor = True
343         
'
344         
'btnSave
345         
'
346         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
347         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
348         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
349         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
350         Me.btnSave.Name =
"btnSave"
351         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
352         Me.btnSave.TabIndex =
1
353         Me.btnSave.Text =
"Save"
354         Me.btnSave.UseVisualStyleBackColor = True
355         
'
356         
'btnNew
357         
'
358         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
359         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
360         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
361         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
362         Me.btnNew.Name =
"btnNew"
363         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
364         Me.btnNew.TabIndex =
0
365         Me.btnNew.Text =
"New"
366         Me.btnNew.UseVisualStyleBackColor = True
367         
'
368         
'Panel2
369         
'
370         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
371         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
372         Me.Panel2.Controls.Add(Me.txtHostelID)
373         Me.Panel2.Controls.Add(Me.lblUser)
374         Me.Panel2.Controls.Add(Me.txtID)
375         Me.Panel2.Controls.Add(Me.Label1)
376         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
377         Me.Panel2.Name =
"Panel2"
378         Me.Panel2.Size = New System.Drawing.Size(
528, 62)
379         Me.Panel2.TabIndex =
0
380         
'
381         
'txtHostelID
382         
'
383         Me.txtHostelID.Location = New System.Drawing.Point(
46, 31)
384         Me.txtHostelID.Name =
"txtHostelID"
385         Me.txtHostelID.Size = New System.Drawing.Size(
81, 20)
386         Me.txtHostelID.TabIndex =
45
387         Me.txtHostelID.Visible = False
388         
'
389         
'lblUser
390         
'
391         Me.lblUser.AutoSize = True
392         Me.lblUser.Location = New System.Drawing.Point(
53, 15)
393         Me.lblUser.Name =
"lblUser"
394         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
395         Me.lblUser.TabIndex =
43
396         Me.lblUser.Text =
"Label8"
397         Me.lblUser.Visible = False
398         
'
399         
'txtID
400         
'
401         Me.txtID.Location = New System.Drawing.Point(
401, 20)
402         Me.txtID.Name =
"txtID"
403         Me.txtID.Size = New System.Drawing.Size(
81, 20)
404         Me.txtID.TabIndex =
44
405         Me.txtID.Visible = False
406         
'
407         
'Label1
408         
'
409         Me.Label1.AutoSize = True
410         Me.Label1.BackColor = System.Drawing.Color.Transparent
411         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
412         Me.Label1.ForeColor = System.Drawing.Color.White
413         Me.Label1.Location = New System.Drawing.Point(
189, 19)
414         Me.Label1.Name =
"Label1"
415         Me.Label1.Size = New System.Drawing.Size(
142, 24)
416         Me.Label1.TabIndex =
0
417         Me.Label1.Text =
"Hosteler Entry"
418         
'
419         
'frmHosteler
420         
'
421         Me.AcceptButton = Me.btnSave
422         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
423         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
424         Me.BackColor = System.Drawing.Color.DarkSlateGray
425         Me.ClientSize = New System.Drawing.Size(
570, 381)
426         Me.Controls.Add(Me.Panel1)
427         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
428         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
429         Me.MaximizeBox = False
430         Me.MinimizeBox = False
431         Me.Name =
"frmHosteler"
432         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
433         Me.Panel1.ResumeLayout(False)
434         Me.groupBox1.ResumeLayout(False)
435         Me.groupBox1.PerformLayout()
436         Me.Panel3.ResumeLayout(False)
437         Me.Panel2.ResumeLayout(False)
438         Me.Panel2.PerformLayout()
439         Me.ResumeLayout(False)
440
441     End Sub
442     Friend WithEvents Panel1 As System.Windows.Forms.Panel
443     Friend WithEvents Panel2 As System.Windows.Forms.Panel
444     Friend WithEvents Label1 As System.Windows.Forms.Label
445     Friend WithEvents Panel3 As System.Windows.Forms.Panel
446     Friend WithEvents btnDelete As System.Windows.Forms.Button
447     Friend WithEvents btnClose As System.Windows.Forms.Button
448     Friend WithEvents btnUpdate As System.Windows.Forms.Button
449     Friend WithEvents btnSave As System.Windows.Forms.Button
450     Friend WithEvents btnNew As System.Windows.Forms.Button
451     Friend WithEvents txtID As System.Windows.Forms.TextBox
452     Friend WithEvents lblUser As System.Windows.Forms.Label
453     Public WithEvents groupBox1 As System.Windows.Forms.GroupBox
454     Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
455     Friend WithEvents Label19 As System.Windows.Forms.Label
456     Friend WithEvents Button2 As System.Windows.Forms.Button
457     Public WithEvents txtSchoolName As System.Windows.Forms.TextBox
458     Private WithEvents Label8 As System.Windows.Forms.Label
459     Friend WithEvents dtpJoiningDate As System.Windows.Forms.DateTimePicker
460     Private WithEvents Label5 As System.Windows.Forms.Label
461     Friend WithEvents cmbHostelName As System.Windows.Forms.ComboBox
462     Private WithEvents Label7 As System.Windows.Forms.Label
463     Public WithEvents txtClass As System.Windows.Forms.TextBox
464     Private WithEvents Label4 As System.Windows.Forms.Label
465     Friend WithEvents txtAdmissionNo As System.Windows.Forms.TextBox
466     Friend WithEvents txtStudentName As System.Windows.Forms.TextBox
467     Private WithEvents Label3 As System.Windows.Forms.Label
468     Public WithEvents txtSection As System.Windows.Forms.TextBox
469     Private WithEvents Label2 As System.Windows.Forms.Label
470     Private WithEvents Label6 As System.Windows.Forms.Label
471     Friend WithEvents btnGetData As System.Windows.Forms.Button
472     Friend WithEvents txtHostelID As System.Windows.Forms.TextBox
473
474 End Class


Gõ tìm kiếm nhanh...